Welcome![Sign In][Sign Up]
Location:
Search - MFC COM

Search list

[DocumentsMFC程序员的WTL指南

Description: 序言 3 第一章ATL 界面类 4 1.1、对本书的总体介绍 4 1.2、对这一章的简单介绍 5 1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5 1.2.2、ATL风格模板 6 1.3、ATL 窗口类 8 1.3.1、定义一个窗口的实现 8 1.3.2、填写消息映射链 9 1.3.3、高级消息映射链和嵌入类 11 1.3.4、ATL程序的结构 13 1.3.5、ATL中的对话框 15 第二章WTL 界面基类 18 2.1、WTL 总体印象 18 2.2、开始写WTL程序 18 2.2.1、WTL 对消息映射的增强 20 2.2.2、从WTL的应用程序生成向导能得到什么 24 第三章 工具条与状态条 35 3.1、主窗口的工具条和状态条 35 第四章 对话框与控件 48 第五章 高级对话框用户界面类 67 第六章 包容ActiveX控件 82 第七章 分隔窗口 96 第八章 属性页与向导 112 第九章 GDI类,通用对话框,初始化类 127 9.1、GDI 封装类 127 9.1.1、封装类的通用函数 128 9.2.3、与 MFC 封装类的不同之处 130 9.3、资源装载(Resource-Loading)函数 130 9.4、使用通用对话框 133 9.4.1、CFileDialog类 134 9.4.2、CFolderDialog类 137 9.5、其它有用的类和全局函数 138 9.5.1、对结构的封装 138 9.5.2、处理双类型参数的类 138 9.6、其它工具类 139 9.7、全局函数 141 9.8、宏 142 9.9、例子工程 143 第十章 支持拖放操作 147
Platform: | Size: 2290176 | Author: 215486763@qq.com | Hits:

[ActiveX/DCOM/ATLCOMnoMFCAT

Description: 完全的c++实现com技术-complete technical achievement com
Platform: | Size: 23552 | Author: 马兴锦 | Hits:

[ActiveX/DCOM/ATL用MFC写COM

Description: 本文首先描述创建一个COM服务器的步骤和核心代码.然后说明客户程序关键代码。-This paper first describes the creation of a COM server steps and core code. It then describes the key client code.
Platform: | Size: 3072 | Author: 躺用 | Hits:

[ActiveX/DCOM/ATLcomtut11src

Description: 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface components procedures with MFC First approach to the preparation of "pure" IDispatch interface; Two methods are used to prepare ATL "dual interface" components.IDispatch ...... COM (Type library) tlb( VC #import)
Platform: | Size: 254976 | Author: 冷寒 | Hits:

[VC/MFCVisual C++ MFC 简明教程word版

Description: 非常经典的教程。 主页:http://www.programsalon.com/developer.asp?id=victor000000 邮箱:victor000000@tom.com-A very classical tutorial. Homepage: http://www.programsalon.com/developer.asp?id=victor000000 E-mail:victor000000@tom.com
Platform: | Size: 69632 | Author: victor | Hits:

[ActiveX/DCOM/ATLcom编程实例全集

Description: 说到COM,相信在Windows平台上有过开发经验的朋友一定接触过,它是Windows操作系统的基本软件模型,从93年建立以来,为Windows平台的推广和发展做出了不可磨灭的贡献,而且其自身还在不断发展。但是要真正开发COM组件并不是很轻松,在Visual C++中,我们既可以使用MFC也可以使用ATL。MFC完全面向Windows应用,它用C++的封装技术建立了一套适合于开发Windows应用的C++类库,虽然在后期的版本中MFC提供了大量的COM支持,但是从基本的设计结构上讲,MFC不适合于开发专业的COM组件,它适合于在Windows应用的基础上提供相应的COM支持-said, I believe that the Windows platform had experience in the development of certain contact with friends, it is the basic Windows operating system software model, from the establishment of 93 for the Windows platform, and promote the development of an indelible contribution, but also its own development. But to really develop COM is not very easy in Visual C, we can use MFC can also use ATL. MFC entirely oriented Windows applications, it is using the C Packaging Technology for the establishment of a set of Windows applications in the development of the C library, although in the latter part of MFC version provides a large number of COM support, but from the basic structure of the design sense, MFC is not suitable for the professional development of COM, it suited to the Windows applicat
Platform: | Size: 118784 | Author: 风帆 | Hits:

[ActiveX/DCOM/ATLExercitatioMFC&ATL

Description: 上面是我在学习MFC和ATL程序设计实现COM时所编写的程序,希望对大家有帮助.-above my learning MFC and ATL COM Design procedures prepared by the procedures, we want to help.
Platform: | Size: 88064 | Author: 孙文 | Hits:

[Software Engineeringzidongxiezai

Description: 使用MFC实现COM组件时,经常节省许多开发时间。例如,使用AppWizard生成的基于MFC的COM dll工程,已经自动的提供了DllRegisterServer功能的实现。然而,却没有自动生成DllUnregisterServer功能。一般情况下,DllUnregisterServer对于程序是不可缺少的,因为一个完整的程序,不仅需要自注册功能,同时也需要自卸载功能。-use MFC COM, we often save many development time. For example, the use of AppWizard generated based on the MFC COM dll, has provided automatic DllRegisterServer functions. However, they did not automatically generate DllUnregisterServer functions. Under normal circumstances, the procedure for DllUnregisterServer is indispensable. because a complete set of procedures, not only from the registration function, but also need to uninstall feature since.
Platform: | Size: 5120 | Author: arpiar | Hits:

[Software EngineeringMFCSerialCommunication

Description: 这是我平时学习过程中总结的用MFC写串口通信程序时的一些基础知识,希望大家喜欢!-This is my usual process of learning lessons with MFC write serial communication program at some basic knowledge, hope you like them!
Platform: | Size: 6144 | Author: zhang | Hits:

[USB develop20077181047

Description: vc下 usb程序USB端口的分析, VC-MFC 硬件-系统 VC,MFC基础类,非技术类,界面,网络编程,进程,线程,DLL,ATL,ActiveX,COM,数据库,硬件,系统,HTML,XML,图形处理,算法,-vc procedures under the USB port usb analysis, VC-MFC hardware- System VC, MFC foundation class, non-technical type, interface, network programming, process, thread, DLL, ATL, ActiveX, COM, database, hardware, systems, HTML, XML, graphics processing, algorithms,
Platform: | Size: 282624 | Author: davi | Hits:

[VC/MFCMFCWindows

Description: 《MFC Windows程序设计(第2版)》是对其极为经典的第1版的全面更新,本书不权扩展了已被认为是权威的Microsoft用于Windows API的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。系统!
Platform: | Size: 25586688 | Author: 刘晓丹 | Hits:

[VC/MFCvc6core

Description: VC6.0核心编程。主要涉及到windows消息,框架,mfc库以及相关编程,com,activex技术,数据库技术,网络编程技术。为英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -VC6.0 core programming. The main news related to windows, framework, mfc library and related programming, com, activex technology, database technology, network programming techniques. For the English version. The 6.0 release of Visual C++ Shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
Platform: | Size: 7821312 | Author: 沈浪 | Hits:

[STLstlsoft-1.9.1-beta10

Description: 用STL的方式封装了WindowsAPI、COM调用、ACE、ATL、MFC、WTL等多种组件,以简洁的接口让使用者在使用这些API功能时少犯错误。-STL package with the way the WindowsAPI, COM call, ACE, ATL, MFC, WTL and many other components to simple interface allows users to use these API functions make fewer mistakes.
Platform: | Size: 1973248 | Author: bobxu | Hits:

[ActiveX/DCOM/ATLComDlgInDlldown

Description: 一个国外高手的COM应用程序,将对话框封于COM动态库中,并且用的普通MFC对话框程序改制的-A foreign master s COM applications, will be closed in the dialog box in COM DLL and MFC dialog with the general reform process
Platform: | Size: 30720 | Author: 小树狐舞 | Hits:

[VC/MFCMFC

Description: 本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于软件使用的老手,此篇或已足以让您掌握Visual C++整合环境。工具的使用虽然谈不上学问,但在视觉化软件开发过程中扮演极重角色,切莫小觑它。 第三篇介绍application framework的观念,以及MFC骨干程序,所谓骨干程序,是指Visual C++的工具AppWizard所产生出来的程序码。当然,AppWizard会根据你的选项做出不同的程序码,我所据以解说的,是大众化选项下的产品。 第四篇以微软公司附于Visual C++光碟片上的一个范例程序Scribble为主轴,一步一步加上新的功能。并在其间深入介绍Runtime Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术。这些技术正是其他书籍最缺乏的部分。此篇之最后数章则脱离Scribble程序,另成一格。 本书内含光盘一片,书中所有原始码与可执行文件尽在其中。 -err
Platform: | Size: 1058816 | Author: damxie | Hits:

[Embeded-SCM DevelopMFC_Com

Description: WINCE MFC COM sample. (from EVC高級編程及其應用開發)-WINCE MFC COM sample. (From EVC high-level programming and application development)
Platform: | Size: 112640 | Author: 劉尚軍 | Hits:

[Windows CEMFC_Com_Client

Description: WINCE MFC COM client sample. (from EVC高級編程及其應用開發) -WINCE MFC COM client sample. (From EVC high-level programming and application development)
Platform: | Size: 113664 | Author: 劉尚軍 | Hits:

[VC/MFCcom

Description: VC++的MFC开发串口调试助手源代码,包括数据发送,接收,显示制式等
Platform: | Size: 1939456 | Author: | Hits:

[VC/MFCMFC

Description: 用MFC实现串口编程, 本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC 实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0 编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win API、MFC32位应用程序、事件驱动、非阻塞通信、多线程. -Serial programming using MFC, this article details the basic principles of serial communication, as well as in Windows NT, Win98 environment with MFC Serial (COM) method of communication: the use of ActiveX controls or Win API. And to give with Visual C++6.0 to prepare the corresponding MFC32-bit applications. Keywords: serial communication, VC++6.0, ActiveX controls, Win API, MFC32-bit applications, event-driven, non-blocking communications, multi-threaded.
Platform: | Size: 6144 | Author: powerman | Hits:

[CADUG-OpenAPI.MFC-.COM-development-

Description: 《UG OpenAPI.MFC和COM开发实例精解》一书的部分源码。-" UG OpenAPI.MFC and fine examples COM development solutions," a book of some source code.
Platform: | Size: 7271424 | Author: luo qiang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net